Functions for Connection-Oriented Transaction-Based Endpoints
After you establish a connection, you can transfer data using connection-
oriented transaction-based endpoints by calling theOTSndRequest
function to send a request, theOTRcvRequest
function to read a request, theOTSndReply
function to reply to the request, and theOTRcvReply
function to read the reply. This section also describes theOTCancelRequest
function, which you use to cancel an outgoing request, and theOTCancelReply
function, which you use
to cancel an incoming request.Connection-oriented transaction-based service used by protocols such as ADSP is described at greater length in the section "Using Connection-Oriented Transaction-Based Service," beginning on page 3-41. This section describes the functions used to send and retrieve requests and replies.
Subtopics
- OTSndRequest
- OTRcvRequest
- OTSndReply
- OTRcvReply
- OTCancelRequest
- OTCancelReply